home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
c
/
coala1.dms
/
coala1.adf
/
Install_COALA
< prev
next >
Wrap
Text File
|
1992-09-02
|
764b
|
41 lines
; COALA Hard Disk Install script
; Copyright © 1995, BITFUSION Software
(set @dest-dir
(askdir
(prompt "Please select the directory where you\n"
"would like to install COALA")
(help @askdir-help)
(default "dh1:Games/COALA")
)
)
(copyfiles
(prompt "")
(source "COALA_ProgramDisk:COALA")
(dest @dest-dir)
(help @copyfile-help)
(infos)
(all)
)
(askdisk
(prompt "Please insert the COALA DataDisk\n"
"\n"
"Use the AGA DataDisk for the A1200 and A4000\n"
"\n"
"Use the ECS DataDisk for all other Amiga's")
(dest "COALA_DataDisk")
(help @askdisk-help)
)
(copyfiles
(prompt "")
(source "COALA_DataDisk:COALA")
(dest @dest-dir)
(help @copyfile-help)
(infos)
(all)
)